home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / roleta.swf / scripts / frame_412 / DoAction.as
Text File  |  2006-01-17  |  232b  |  9 lines

  1. vRotadreh = 2.3684210526315788;
  2. setProperty("/rad", _rotation, getProperty(rad, _rotation) + vRotadreh);
  3. setProperty("/radhot", _rotation, getProperty(rad, _rotation));
  4. vRota += vRotadreh;
  5. if(vRota >= 360)
  6. {
  7.    vRota = 0;
  8. }
  9.